home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / source.exe / POSIX / EXAMPLES / A.C next >
C/C++ Source or Header  |  1993-07-08  |  77b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. void a (void)
  4. {
  5.     (void) printf("Now in a().\n");
  6. }
  7.